home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / langs / xlisp2.1 / xldist01.zoo / lsp / clock.lsp < prev    next >
Encoding:
Text File  |  1990-11-09  |  125 b   |  4 lines

  1. (defmacro clock (count form)
  2.     `(/ (- (time (dotimes (i ,count) ,form))
  3.            (time (dotimes (i ,count) NIL)))
  4.         ,count))